home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Adventures with Oslo: Tools & Gadgets
/
Adventures with Oslo - Tools and Gadgets.ISO
/
mac
/
Ad
/
Mod03
/
Puzzles
/
crypto.Dir
/
00019_alphabet.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-09-23
|
360 b
|
12 lines
on mouseUp
global selectedLetter
set horz to getAt(the clickLoc, 1)
if horz < (the right of sprite 27 - 2) then
set letter to (horz - the left of sprite 27) / 24
set the locH of sprite 28 to the left of sprite 27 + (letter * 24)
puppetSound("Bip.S")
updateStage()
set selectedLetter to numToChar(charToNum("a") + letter)
end if
end